From 8d3a91d6ba101d7d78e7a340a50c2cee4d524f6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Dec 2013 09:08:35 -0500 Subject: [PATCH] docs: Add a missing Since: tag --- gtk/gtkdnd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 2f70465fc2..769693e9d6 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2695,6 +2695,8 @@ gtk_drag_begin_internal (GtkWidget *widget, * If you can really not pass a real event, pass #NULL instead. * * Return value: (transfer none): the context for this drag. + * + * Since: 3.10 **/ GdkDragContext * gtk_drag_begin_with_coordinates (GtkWidget *widget, -- 2.30.2